![]() |
DMGetGraphicInfoByAVID |
||||
Header: | Displays.h | Carbon status: | Supported | |
Obtains information about the graphic display of a display device.
OSErr DMGetGraphicInfoByAVID ( AVIDType theID, PicHandle *theAVPcit, Handle *theAVIconSuite, AVLocationRec *theAVLocation );
The ID number of the display device whose information you want to obtain.
On return, a pointer to the handle for the picture structure you want to get.
On return, a pointer to a handle whose structure reports the icon suite for a display device.
On return, a pointer to the location structure for the device you want information about.
A result code.
Because this function may move or purge memory blocks or access handles, you cannot call it at interrupt time.
Supported in Carbon. Available in Carbon 1.0.2 and later when Displays 2.0 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)